matches

abstract fun matches(view: View, tagName: String, attrs: AttributeSet): Boolean

Called after the view has been inflated from a layout. The tagName is the name from the XML element, and attrs is the AttributeSet pulled from it.

Return true to have the inflater helper call clipOutlineShadow=true for the given View.

The View is fully constructed by this point, so any other desired settings can be made here, as well; e.g., the newer outlineShadowColorCompat, which was not yet available when the inflation tools were created.